Determines if the specified point is within the smallest rectangle that encloses the specified polygon.
Namespace: MindFusion
Assembly: MindFusion.Charting
C# Copy Code |
---|
public static bool PointInPolyRect ( |
Visual Basic Copy Code |
---|
Public Shared Function PointInPolyRect( _ |
true or false depending on whether the point is in the rect or not.